home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / vi / vim-4.000 / vim-4 / vim-4.2 / src / proto / gui_x11.pro < prev    next >
Encoding:
Text File  |  1996-06-17  |  2.1 KB  |  36 lines

  1. /* gui_x11.c */
  2. void gui_x11_timer_cb __PARMS((XtPointer timed_out, XtIntervalId *interval_id));
  3. void gui_x11_visibility_cb __PARMS((Widget w, XtPointer dud, XEvent *event, Boolean *bool));
  4. void gui_x11_expose_cb __PARMS((Widget w, XtPointer dud, XEvent *event, Boolean *bool));
  5. void gui_x11_resize_window_cb __PARMS((Widget w, XtPointer dud, XEvent *event, Boolean *bool));
  6. void gui_x11_focus_change_cb __PARMS((Widget w, XtPointer data, XEvent *event, Boolean *bool));
  7. void gui_x11_key_hit_cb __PARMS((Widget w, XtPointer dud, XEvent *event, Boolean *bool));
  8. void gui_x11_mouse_cb __PARMS((Widget w, XtPointer dud, XEvent *event, Boolean *bool));
  9. void gui_mch_prepare __PARMS((int *argc, char **argv));
  10. int gui_mch_init __PARMS((void));
  11. void gui_mch_exit __PARMS((void));
  12. void gui_x11_use_resize_callback __PARMS((Widget widget, int enabled));
  13. int gui_mch_init_font __PARMS((char_u *font_name));
  14. int gui_mch_haskey __PARMS((char_u *name));
  15. int gui_get_x11_windis __PARMS((Window *win, Display **dis));
  16. void gui_mch_beep __PARMS((void));
  17. void gui_mch_flash __PARMS((void));
  18. void gui_mch_iconify __PARMS((void));
  19. void gui_mch_draw_cursor __PARMS((void));
  20. void gui_mch_update __PARMS((void));
  21. int gui_mch_wait_for_chars __PARMS((int wtime));
  22. void gui_mch_flush __PARMS((void));
  23. void gui_mch_clear_block __PARMS((int row1, int col1, int row2, int col2));
  24. void gui_mch_outstr_nowrap __PARMS((char_u *s, int len, int wrap_cursor, int is_cursor));
  25. void gui_mch_delete_lines __PARMS((int row, int num_lines));
  26. void gui_mch_insert_lines __PARMS((int row, int num_lines));
  27. void gui_request_selection __PARMS((void));
  28. void gui_mch_lose_selection __PARMS((void));
  29. int gui_mch_own_selection __PARMS((void));
  30. void gui_x11_menu_cb __PARMS((Widget w, XtPointer client_data, XtPointer call_data));
  31. void gui_x11_update_menus __PARMS((int modes));
  32. void gui_x11_start_selection __PARMS((int button, int x, int y, int repeated_click, int_u modifiers));
  33. void gui_x11_process_selection __PARMS((int button, int x, int y, int repeated_click, int_u modifiers));
  34. void gui_x11_redraw_selection __PARMS((int x, int y, int w, int h));
  35. void gui_mch_clear_selection __PARMS((void));
  36.